home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
SourceCode
/
Tutorial
/
Cookbook
/
17.plot
/
PlotView.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-12-19
|
315 b
|
20 lines
/* Generated by Interface Builder */
#import <appkit/View.h>
#define DEFAULT_SLOPE 1.0
#define DEFAULT_XINTERCEPT 50.0
@interface PlotView:View
{
float slope, XIntercept;
float topBorder, leftBorder, rightBorder, bottomBorder;
NXRect plotArea;
}
- slopeSlider:sender;
- XInterceptSlider:sender;
@end